#include <FrameLib_Multichannel.h>
|
| | FrameLib_Expand (FrameLib_Context context, FrameLib_Parameters::Serial *serialisedParameters, void *owner) |
| |
| | ~FrameLib_Expand () |
| |
| virtual void | setFixedInput (unsigned long idx, double *input, unsigned long size) |
| |
| virtual void | blockUpdate (double **ins, double **outs, unsigned long blockSize) |
| |
| virtual void | reset (double samplingRate, unsigned long maxBlockSize) |
| |
| virtual std::string | objectInfo (bool verbose) |
| |
| virtual std::string | inputInfo (unsigned long idx, bool verbose) |
| |
| virtual std::string | outputInfo (unsigned long idx, bool verbose) |
| |
| virtual std::string | audioInfo (unsigned long idx, bool verbose) |
| |
| virtual FrameType | inputType (unsigned long idx) |
| |
| virtual FrameType | outputType (unsigned long idx) |
| |
| virtual const FrameLib_Parameters * | getParameters () |
| |
| | FrameLib_MultiChannel (ObjectType type, FrameLib_Context context, unsigned long nIns, unsigned long nOuts) |
| |
| | FrameLib_MultiChannel (ObjectType type, FrameLib_Context context) |
| |
| virtual | ~FrameLib_MultiChannel () |
| |
| virtual void | deleteConnection (unsigned long inIdx) |
| |
| virtual void | addConnection (FrameLib_MultiChannel *object, unsigned long outIdx, unsigned long inIdx) |
| |
| virtual void | clearConnections () |
| |
| virtual bool | isConnected (unsigned long inIdx) |
| |
| | FrameLib_Object (ObjectType type) |
| |
| virtual | ~FrameLib_Object () |
| |
| ObjectType | getType () |
| |
| void | setIO (unsigned long nIns, unsigned long nOuts, unsigned long nAudioChans=0) |
| |
| unsigned long | getNumIns () |
| |
| unsigned long | getNumOuts () |
| |
| unsigned long | getNumAudioIns () |
| |
| unsigned long | getNumAudioOuts () |
| |
| unsigned long | getNumAudioChans () |
| |
|
| void | setIO (unsigned long nIns, unsigned long nOuts, unsigned long nAudioChans=0) |
| |
| unsigned long | getInputNumChans (unsigned long inIdx) |
| |
| ConnectionInfo | getInputChan (unsigned long inIdx, unsigned long chan) |
| |
| const char * | getInfo (const char *verboseStr, const char *briefStr, bool verbose) |
| |
| std::string | getInfo (const char *verboseStr, const char *briefStr, unsigned long idx, bool verbose) |
| |
| std::string | getInfo (const char *verboseStr, const char *briefStr, const char *replaceStr, bool verbose) |
| |
| std::vector< MultiChannelOutput > | mOutputs |
| |
◆ FrameLib_Expand()
◆ ~FrameLib_Expand()
◆ audioInfo()
template<class T >
| virtual std::string FrameLib_Expand< T >::audioInfo |
( |
unsigned long |
idx, |
|
|
bool |
verbose |
|
) |
| |
|
inlinevirtual |
◆ blockUpdate()
template<class T >
| virtual void FrameLib_Expand< T >::blockUpdate |
( |
double ** |
ins, |
|
|
double ** |
outs, |
|
|
unsigned long |
blockSize |
|
) |
| |
|
inlinevirtual |
◆ getParameters()
◆ handlesAudio()
◆ inputInfo()
template<class T >
| virtual std::string FrameLib_Expand< T >::inputInfo |
( |
unsigned long |
idx, |
|
|
bool |
verbose |
|
) |
| |
|
inlinevirtual |
◆ inputType()
◆ objectInfo()
◆ outputInfo()
template<class T >
| virtual std::string FrameLib_Expand< T >::outputInfo |
( |
unsigned long |
idx, |
|
|
bool |
verbose |
|
) |
| |
|
inlinevirtual |
◆ outputType()
◆ reset()
template<class T >
| virtual void FrameLib_Expand< T >::reset |
( |
double |
samplingRate, |
|
|
unsigned long |
maxBlockSize |
|
) |
| |
|
inlinevirtual |
◆ setFixedInput()
template<class T >
| virtual void FrameLib_Expand< T >::setFixedInput |
( |
unsigned long |
idx, |
|
|
double * |
input, |
|
|
unsigned long |
size |
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file: